home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- cursor(4)
- set the visible of sprite 48 to 0
- set the volume of sound 1 to 120
- if not soundBusy(1) then
- puppetSound("Oss_aif")
- end if
- end
-
- on mIdle
- puppetSprite(48, 1)
- if the timer >= 90 then
- mchangetext()
- startTimer()
- updateStage()
- else
- nothing()
- end if
- end
-
- on mchangetext
- if the castNum of sprite 48 = 33 then
- set the castNum of sprite 48 to 32
- set the visible of sprite 48 to 1
- else
- set the castNum of sprite 48 to 33
- end if
- end
-
- on mgo10
- set the mouseDownScript to EMPTY
- puppetSound(0)
- puppetSprite(48, 0)
- set the visible of sprite 48 to 0
- set the volume of sound 1 to 190
- go(10)
- end
-
- on mgo7
- puppetSprite(48, 0)
- go(7)
- end
-
- on mEvent
- global toilet
- set n to random(2)
- if n = 1 then
- set toilet to 1
- go(1, "toilet1.dxr")
- else
- set toilet to 2
- go(1, "toilet4.dxr")
- end if
- end
-
- on mgo_k_left
- global cd
- cursor(4)
- puppetSound(0)
- go(25)
- go(40, "K_Left")
- end
-
- on mchooser
- global i
- set the mouseDownScript to EMPTY
- set i to random(2)
- if i = 1 then
- go(10)
- else
- go(45)
- end if
- end
-